home *** CD-ROM | disk | FTP | other *** search
/ Business Assistant / Business Assistant.iso / acctg / tx40e / schedule.doc < prev    next >
Text File  |  1988-07-22  |  2KB  |  33 lines

  1. -- SCHEDULED PROGRAM EXECUTION
  2.  
  3.      The Nifty Menu system can automatically execute programs and batch files 
  4. at pre-designated times.  You might, for instance, want to have certain things 
  5. done during the middle of the night.  Lengthy backup procedures or automated 
  6. communications are examples.  To program Nifty to handle this for you, add one 
  7. or more lines to the MENU.MNU file.  Each such line should begin with "@", fol-
  8. lowed by a time (in 24-hour notation, without a colon), followed by ">", fol-
  9. lowed by the path, filename and extension of the program or batch file to exec-
  10. ute.  Example:
  11.  
  12.                               @2200>\DOS\BACK-UP.BAT
  13.  
  14. This line tells Nifty to automatically execute the DOS directory's BACK-UP.BAT 
  15. batch file at 10:00 PM.  Of course, the computer must be on at 10:00, and the 
  16. last user must have left the Nifty Menu system at its main menu before depar-
  17. ting for the evening.  At 10:00, Nifty will automatically execute the batch 
  18. file (and all the batch file's instructions).  Upon completion of the batch 
  19. file, Nifty will return to its main menu.  If there are other scheduled execu-
  20. tion lines in the MENU.MNU file, Nifty will then set it's timer for the next 
  21. item to perform.
  22.  
  23.      If you want to schedule execution of a program or batch file, but haven't 
  24. set it up in the MENU.MNU file, you my do so by pressing ALT-S at the main 
  25. menu.
  26.  
  27.      If you utilize the scheduled execution feature of the program, don't ask 
  28. the computer to do anything dangerous while you're gone.  If, for instance, you 
  29. expect it to do some printing at midnight, what happens if there's a paper jam?  
  30. What happens if you have a power outage when you're performing backups or other 
  31. file manipulation?  Ask yourself what CAN go wrong while you're out, and you 
  32. can be assured that it WILL go wrong.  Be careful!
  33.